﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
     <title>济宁凯迪沃重工科技有限公司</title>
    <link href="/Styles/styles.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
        .error
        {
            width: 800px;
            margin: 100px auto;
            overflow: hidden;
            zoom: 1;
        }
        .errorL
        {
            float: left;
            width: 350px;
            margin-right: 50px;
        }
        .errorL img
        {
            margin-top: 100px;
        }
        .errorR
        {
            float: left;
            width: 300px;
        }
        .errorR h1
        {
            color: #b90528;
            font-size: 100px;
        }
        .errorR .errorBtn1
        {
            color: #fff;
        }
        .errorBtn1
        {
            display: inline-block;
            width: 120px;
            height: 26px;
            line-height: 26px;
            background-color: #b90528;
            color: #fff;
            text-align: center;
            margin-right: 30px;
        }
        .errorBtn2
        {
            display: inline-block;
            width: 120px;
            height: 26px;
            line-height: 26px;
            border: 1px solid #b90528;
            color: #b90528;
            text-align: center;
        }
    </style>
</head>
<body>
<div class="w1200 mb20">
        <div class="error">
            <div class="errorL">
                <img src="/images/404.JPG" alt="404" /></div>
            <div class="errorR">
                <h1>
                    404</h1>
                <p class="mb50">
                    似乎你所寻找的网页已转移货丢失了<br />
                    或者也许你只是键入错误的东西<br />
                    我们建议你返回首页进行浏览<br />
                    或者请与管理员联系，谢谢！<br />
                </p>
                <a href="/" class="errorBtn1">返回首页</a><a href="http://www.kalvo.cn" class="errorBtn2">联系管理</a>
            </div>
        </div>
    </div>
    
</body>
</html>
